LinqConnect Documentation
Devart.Data.Linq Namespace / DataContext Class / GetTable Method / GetTable<TEntity>() Method

In This Topic
    GetTable<TEntity>() Method
    In This Topic
    Returns a collection of objects of a particular type, where the type is defined by the T parameter.
    Syntax
    'Declaration
     
    Public Overloads Function GetTable(Of TEntity As Class)() As Table(Of TEntity)
    public Table<TEntity> GetTable<TEntity>()
    where TEntity: class

    Type Parameters

    TEntity

    Return Value

    A collection of objects.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also